Skip to main content

Environment Setup

Installation

To add the mod to your dev environment add the following snippet to your build.gradle

repositories {
maven {
name = "Flemmli97"
url "https://maven.blazing-coop.net/releases"
content {
includeGroup 'io.github.flemmli97'
}
}
}

dependencies {
compileOnly("io.github.flemmli97:fateubw:${minecraft_version}-${mod_version}-common")
}

The maven repository above is browsable allowing you to check which versions are available.